home *** CD-ROM | disk | FTP | other *** search
/ Disc Station 20 / Disc Station Vol 20.ISO / Drivers / Iodata / Pg3dvxat / pgvx210.exe / DISK.EXE / WINNT40 / OEMSETUP.INF < prev    next >
INI File  |  1997-12-24  |  2KB  |  113 lines

  1.  
  2. ; gapg3dvx.inf
  3. ;
  4. ; Installation inf for the GA-PG3DVXx/PCI series of graphics adapters.
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%gapg3dvx%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. gapg3dvx.Miniport  = 12  ; drivers
  16. gapg3dvx.Display   = 11  ; system32
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %gapg3dvx% = gapg3dvx.Mfg
  24.  
  25. [gapg3dvx.Mfg]
  26. GA-PG3DVXx/PCI Video Accelerator = gapg3dvx
  27.  
  28.  
  29. ;
  30. ; General installation section
  31. ;
  32.  
  33. [gapg3dvx]
  34. CopyFiles=gapg3dvx.Miniport, gapg3dvx.Display
  35.  
  36. ;
  37. ; File sections
  38. ;
  39.  
  40. [gapg3dvx.Miniport]
  41. gapg3dvx.sys , gapg3dvx.sy_
  42.  
  43. [gapg3dvx.Display]
  44. gapg3dvx.dll , gapg3dvx.dl_
  45.  
  46.  
  47. ;
  48. ; Service Installation
  49. ;
  50.  
  51. [gapg3dvx.Services]
  52. AddService = gapg3dvx, 0x00000002, gapg3dvx_Service_Inst, gapg3dvx_EventLog_Inst
  53.  
  54. [gapg3dvx_Service_Inst]
  55. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  56. StartType      = 1                  ; SERVICE_SYSTEM_START
  57. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  58. LoadOrderGroup = Video
  59. ServiceBinary  = %12%\gapg3dvx.sys
  60.  
  61. [gapg3dvx_EventLog_Inst]
  62. AddReg = gapg3dvx_EventLog_AddReg
  63.  
  64. [gapg3dvx_EventLog_AddReg]
  65. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\gapg3dvx.sys"
  66. HKR,,TypesSupported,0x00010001,7
  67.  
  68.  
  69. ;
  70. ; Software Installation
  71. ;
  72.  
  73. [gapg3dvx.SoftwareSettings]
  74. AddReg = gapg3dvx_SoftwareDeviceSettings
  75.  
  76. [gapg3dvx_SoftwareDeviceSettings]
  77. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, vga, gapg3dvx, framebuf
  78. HKR,, VgaCompatible,               %REG_DWORD%,    1
  79.  
  80.  
  81. ;
  82. ; Source file information
  83. ;
  84.  
  85. [SourceDisksNames.x86]
  86. 1 = %DiskId%,,,""
  87.  
  88. [SourceDisksFiles]
  89. gapg3dvx.dl_  = 1
  90. gapg3dvx.sy_  = 1
  91.  
  92.  
  93.  
  94. [Strings]
  95.  
  96. ;
  97. ; Non-Localizable Strings
  98. ;
  99.  
  100. REG_SZ         = 0x00000000
  101. REG_MULTI_SZ   = 0x00010000
  102. REG_EXPAND_SZ  = 0x00020000
  103. REG_BINARY     = 0x00000001
  104. REG_DWORD      = 0x00010001
  105. SERVICEROOT    = System\CurrentControlSet\Services
  106.  
  107. ;
  108. ; Localizable Strings
  109. ;
  110.  
  111. DiskId="GA-PG3DVXx/PCI Installation DISK (VIDEO)"
  112. gapg3dvx="GA-PG3DVXx/PCI"
  113.